setHash2

open fun setHash2(value: ByteString): MeshProtos.KeyVerification.Builder

The intermediary hash (actually derived from hash1),
sent from NodeB to NodeA in response to the initial message.
bytes hash2 = 3;

Return

This builder for chaining.

Parameters

value

The hash2 to set.